Vcenter Vm Guest Networking Interfaces Info

Vcenter Vm Guest Networking Interfaces Info
Vcenter Vm Guest Networking Interfaces Info

The Vcenter Vm Guest Networking Interfaces Info schema describes a virtual network adapter configured in the guest operating system.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "dns_values": {
        "host_name": "string",
        "domain_name": "string"
    },
    "mac_address": "string",
    "dns": {
        "ip_addresses": [
            "string"
        ],
        "search_domains": [
            "string"
        ]
    },
    "ip": {
        "ip_addresses": [
            {
                "ip_address": "string",
                "prefix_length": 0,
                "origin": "string",
                "state": "string"
            }
        ],
        "dhcp": {
            "ipv4_enabled": false,
            "ipv6_enabled": false
        }
    },
    "wins_servers": [
        "string"
    ],
    "nic": "string"
}
dns_values
Optional

Client DNS values. Data assigned by DNS.

This property was added in vSphere API 7.0.0.0.

If missing or null no DNS assigned value exists.

string
mac_address
Optional

MAC address of the adapter.

This property was added in vSphere API 7.0.0.0.

If missing or null then not supported by the Guest OS.

dns
Optional

DNS configuration of the adapter. See Vcenter Vm Guest Networking Info.dns for system wide settings.

This property was added in vSphere API 7.0.0.0.

If missing or null then not assigned by the Guest OS.

ip
Optional

IP configuration settings of the adapter

This property was added in vSphere API 7.0.0.0.

If missing or null then not supported by the Guest OS.

array of string
wins_servers
Optional

The IP addresses of any WINS name servers for the adapter.

This property was added in vSphere API 7.0.0.0.

If missing or null then not supported by the Guest OS.

string
nic
Optional

Link to the corresponding virtual device.

This property was added in vSphere API 7.0.0.0.

If missing or null then the interface is not backed by a virtual device.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet.